home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-snmpv2-intro-05.txt < prev    next >
Text File  |  1993-03-03  |  24KB  |  767 lines

  1.  
  2.  
  3.  
  4.           Draft               Introduction to SNMPv2              Dec 92
  5.  
  6.  
  7.                          Introduction to version 2 of the
  8.                       Internet Network Management Framework
  9.  
  10.                              Tue Dec 22 13:43:46 1992                     |
  11.  
  12.  
  13.                                  Jeffrey D. Case
  14.                                SNMP Research, Inc.
  15.                         University of Tennessee, Knoxville
  16.                                  case@cs.utk.edu
  17.  
  18.  
  19.                                  Keith McCloghrie
  20.                                 Hughes LAN Systems
  21.                                    kzm@hls.com
  22.  
  23.  
  24.                                  Marshall T. Rose
  25.                            Dover Beach Consulting, Inc.
  26.                               mrose@dbc.mtview.ca.us
  27.  
  28.  
  29.                                Steven L. Waldbusser
  30.                             Carnegie Mellon University
  31.                             waldbusser@andrew.cmu.edu
  32.  
  33.  
  34.  
  35.  
  36.  
  37.                                Status of this Memo
  38.  
  39.           This document is an Internet Draft.  Internet Drafts are
  40.           working documents of the Internet Engineering Task Force
  41.           (IETF), its Areas, and its Working Groups.  Note that other
  42.           groups may also distribute working documents as Internet
  43.           Drafts.
  44.  
  45.           Internet Drafts are valid for a maximum of six months and may
  46.           be updated, replaced, or obsoleted by other documents at any
  47.           time.  It is inappropriate to use Internet Drafts as reference
  48.           material or to cite them other than as a "work in progress".
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                               Expires June 22, 1993             [Page 1]
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Draft               Introduction to SNMPv2              Dec 92
  64.  
  65.  
  66.           1.  Introduction
  67.  
  68.           The purpose of this document is to provide an overview of
  69.           version 2 of the Internet-standard Network Management
  70.           Framework, termed the SNMP version 2 framework (SNMPv2).  This
  71.           framework is derived from the original Internet-standard
  72.           Network Management Framework (SNMPv1), which consists of these
  73.           three documents:
  74.  
  75.                RFC 1155 [1] which defines the Structure of Management
  76.                Information (SMI), the mechanisms used for describing and
  77.                naming objects for the purpose of management.
  78.  
  79.                RFC 1212 [2] which defines a more concise description
  80.                mechanism, which is wholly consistent with the SMI.
  81.  
  82.                RFC 1157 [3] which defines the Simple Network Management
  83.                Protocol (SNMP), the protocol used for network access to
  84.                managed objects.
  85.  
  86.           For information on coexistence between SNMPv1 and SNMPv2,
  87.           consult [4].
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.                               Expires June 22, 1993             [Page 2]
  117.  
  118.  
  119.  
  120.  
  121.  
  122.           Draft               Introduction to SNMPv2              Dec 92
  123.  
  124.  
  125.           2.  Components of the SNMPv2 Framework
  126.  
  127.           A network management system contains: several (potentially
  128.           many) nodes, each with a processing entity, termed an agent,
  129.           which has access to management instrumentation; at least one
  130.           management station; and, a management protocol, used to convey
  131.           management information between the agents and management
  132.           stations.  Operations of the protocol are carried out under an
  133.           administrative framework which defines both authentication and
  134.           authorization policies.
  135.  
  136.           Network management stations execute management applications
  137.           which monitor and control network elements.  Network elements
  138.           are devices such as hosts, routers, terminal servers, etc.,
  139.           which are monitored and controlled through access to their
  140.           management information.
  141.  
  142.  
  143.           2.1.  Structure of Management Information
  144.  
  145.           Management information is viewed as a collection of managed
  146.           objects, residing in a virtual information store, termed the
  147.           Management Information Base (MIB).  Collections of related
  148.           objects are defined in MIB modules.  These modules are written
  149.           using a subset of OSI's Abstract Syntax Notation One (ASN.1)
  150.           [5].  It is the purpose of the Structure of Management
  151.           Information for SNMPv2 document [6] to define that subset.
  152.  
  153.           The SMI is divided into three parts: module definitions,
  154.           object definitions, and, trap definitions.
  155.  
  156.           (1)  Module definitions are used when describing information
  157.                modules.  An ASN.1 macro, MODULE-IDENTITY, is used to
  158.                concisely convey the semantics of an information module.
  159.  
  160.           (2)  Object definitions are used when describing managed
  161.                objects.  An ASN.1 macro, OBJECT-TYPE, is used to
  162.                concisely convey the syntax and semantics of a managed
  163.                object.
  164.  
  165.           (3)  Notification definitions are used when describing
  166.                unsolicited transmissions of management information.  An
  167.                ASN.1 macro, NOTIFICATION-TYPE, is used to concisely
  168.                convey the syntax and semantics of a notification.
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.                               Expires June 22, 1993             [Page 3]
  176.  
  177.  
  178.  
  179.  
  180.  
  181.           Draft               Introduction to SNMPv2              Dec 92
  182.  
  183.  
  184.           2.2.  Textual Conventions
  185.  
  186.           When designing a MIB module, it is often useful to new define
  187.           types similar to those defined in the SMI.  In comparison to a
  188.           type defined in the SMI, each of these new types has a
  189.           different name, a similar syntax, but a more precise
  190.           semantics.  These newly defined types are termed textual
  191.           conventions, and are used for the convenience of humans
  192.           reading the MIB module.  It is the purpose of the Textual
  193.           Conventions for SNMPv2 document [7] to define the initial set
  194.           of textual conventions available to all MIB modules.
  195.  
  196.           Objects defined using a textual convention are always encoded
  197.           by means of the rules that define their primitive type.
  198.           However, textual conventions often have special semantics
  199.           associated with them.  As such, an ASN.1 macro, TEXTUAL-
  200.           CONVENTION, is used to concisely convey the syntax and
  201.           semantics of a textual convention.
  202.  
  203.  
  204.           2.3.  Protocol Operations
  205.  
  206.           The management protocol provides for the exchange of messages
  207.           which convey management information between the agents and the
  208.           management stations.  The form of these messages is a message
  209.           "wrapper" which encapsulates a Protocol Data Unit (PDU).  The
  210.           form and meaning of the "wrapper" is determined by an
  211.           administrative framework which defines both authentication and
  212.           authorization policies.
  213.  
  214.           It is the purpose of the Protocol Operations for SNMPv2
  215.           document [8] to define the operations of the protocol with
  216.           respect to the sending and receiving of the PDUs.
  217.  
  218.  
  219.           2.4.  Transport Mappings
  220.  
  221.           The management protocol, version 2 of the Simple Network
  222.           Management Protocol, may be used over a variety of protocol
  223.           suites.  It is the purpose of the Transport Mappings for
  224.           SNMPv2 document [9] to define how the SNMPv2 maps onto an
  225.           initial set of transport domains.  Other mappings may be
  226.           defined in the future.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.                               Expires June 22, 1993             [Page 4]
  235.  
  236.  
  237.  
  238.  
  239.  
  240.           Draft               Introduction to SNMPv2              Dec 92
  241.  
  242.  
  243.           Although several mappings are defined, the mapping onto UDP is
  244.           the preferred mapping.  As such, to provide for the greatest
  245.           level of interoperability, systems which choose to deploy
  246.           other mappings should also provide for proxy service to the
  247.           UDP mapping.
  248.  
  249.  
  250.           2.5.  Protocol Instrumentation
  251.  
  252.           It is the purpose of the Management Information Base for
  253.           SNMPv2 document [10] to define managed objects which describe
  254.           the behavior of a SNMPv2 entity.  The Manager to Manager MIB
  255.           document [11] defines an initial set of managed objects which
  256.           describe the behavior of a SNMPv2 entity which acts in a
  257.           manager role.  It is expected that extensions to this MIB will
  258.           be defined in the future.
  259.  
  260.  
  261.           2.6.  Administrative Framework
  262.  
  263.           It is the purpose of the Administrative Model for SNMPv2
  264.           document [12] to define the behavior of a SNMPv2 party - a      |
  265.           conceptual, virtual                                             |
  266.           execution context whose operation is restricted (for security
  267.           or other purposes) to an administratively defined subset of
  268.           all possible operations of a particular SNMPv2 entity.
  269.  
  270.           Associated with each SNMPv2 party is a single authentication
  271.           protocol and a single privacy protocol.  It is the purpose of
  272.           the Security Protocols for SNMPv2 document [13] to define
  273.           those protocols.
  274.  
  275.           The Party MIB for SNMPv2 document [14] defines managed objects
  276.           which correspond to the properties associated with a SNMPv2
  277.           party.
  278.  
  279.  
  280.           2.7.  Conformance Statements
  281.  
  282.           It may be useful to define the acceptable lower-bounds of
  283.           implementation, along with the actual level of implementation
  284.           achieved.  It is the purpose of the Conformance Statements for
  285.           SNMPv2 document [15] to define the notation used for these
  286.           purposes.  There are two kinds of notations:
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.                               Expires June 22, 1993             [Page 5]
  294.  
  295.  
  296.  
  297.  
  298.  
  299.           Draft               Introduction to SNMPv2              Dec 92
  300.  
  301.  
  302.           (1)  Compliance statements are used when describing
  303.                requirements for agents with respect to object
  304.                definitions.  An ASN.1 macro, MODULE-COMPLIANCE, is used
  305.                to concisely convey such requirements.
  306.  
  307.           (2)  Capability statements are used when describing
  308.                capabilities of agents with respect to object
  309.                definitions.  An ASN.1 macro, AGENT-CAPABILITIES, is used
  310.                to concisely convey such capabilities.
  311.  
  312.           Finally, collections of related objects are grouped together
  313.           to form a unit of conformance.  An ASN.1 macro, OBJECT-GROUP,
  314.           is used to concisely convey the syntax and semantics of a
  315.           group.
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                               Expires June 22, 1993             [Page 6]
  353.  
  354.  
  355.  
  356.  
  357.  
  358.           Draft               Introduction to SNMPv2              Dec 92
  359.  
  360.  
  361.           3.  Acknowledgements
  362.  
  363.           The SNMPv2 framework is based on the outstanding technical
  364.           direction pioneered by the original authors of the SGMP: James
  365.           R. (Chuck) Davin, of the MIT Laboratory for Computer Science,
  366.           Mark S. Fedor, of Performance Systems International, Inc.,
  367.           Martin L. Schoffstall, also of PSI, and Jeffrey D. Case.
  368.  
  369.           Since the invention of the SGMP in 1987, many individuals have
  370.           devoted much energy toward creating the unprecedented success
  371.           of the Internet-standard Network Management Framework.  As
  372.           such, the list of people worthy of acknowledgement is too
  373.           great to enumerate here.
  374.  
  375.           However, in retrospect, it seems clear that the concepts in
  376.           the original architecture, as envisioned by Chuck Davin, have
  377.           provided the basis for the success of the current framework.
  378.           We hope that the SNMPv2 framework will be able to successfully
  379.           build on this work.
  380.  
  381.           Finally, the comments of the SNMP version 2 working group are
  382.           gratefully acknowledged:
  383.  
  384.                Beth Adams, Network Management Forum
  385.                Steve Alexander, INTERACTIVE Systems Corporation
  386.                David Arneson, Cabletron Systems
  387.                Toshiya Asaba,
  388.                Fred Baker, ACC
  389.                Jim Barnes, Xylogics, Inc.
  390.                Brian Bataille
  391.                Andy Bierman, SynOptics Communications, Inc.
  392.                Uri Blumenthal, IBM Corporation
  393.                Fred Bohle, Interlink
  394.                Jack Brown
  395.                Theodore Brunner, Bellcore
  396.                Stephen F. Bush, GE Information Services
  397.                Deirdre C. Kostik, Bellcore
  398.                Jeff Case, University of Tennessee, Knoxville
  399.                John Chang, IBM Corporation
  400.                Szusin Chen, Sun Microsystems
  401.                Robert Ching
  402.                Chris Chiotasso, Ungermann-Bass
  403.                Bobby A. Clay, NASA/Boeing
  404.                John Cooke, Chipcom
  405.                Tracy Cox, Bellcore
  406.  
  407.  
  408.  
  409.  
  410.  
  411.                               Expires June 22, 1993             [Page 7]
  412.  
  413.  
  414.  
  415.  
  416.  
  417.           Draft               Introduction to SNMPv2              Dec 92
  418.  
  419.  
  420.                Juan Cruz, Datability, Inc.
  421.                David Cullerot, Cabletron Systems
  422.                Cathy Cunningham, Microcom
  423.                James R. (Chuck) Davin, Bellcore
  424.                Michael Davis, Clearpoint
  425.                Mike Davison, FiberCom
  426.                Cynthia DellaTorre, MITRE
  427.                Taso N. Devetzis, Bellcore
  428.                Manual Diaz, DAVID Systems, Inc.
  429.                Jon Dreyer, Sun Microsystems
  430.                Susan E. Hicks, Martin Marietta Energy Systems
  431.                David Engel, Optical Data Systems
  432.                Mike Erlinger, Lexcel
  433.                Roger Fajman, NIH
  434.                Daniel Fauvarque, Sun Microsystems
  435.                Karen Frisa, CMU
  436.                Shari Galitzer, MITRE
  437.                Shawn Gallagher, Digital Equipment Corporation
  438.                Richard Graveman, Bellcore
  439.                Maria Greene, Xyplex, Inc.
  440.                Michel Guittet, Apple
  441.                Robert Gutierrez, NASA
  442.                Bill Hagerty, Cabletron Systems
  443.                Gary W. Haney, Martin Marietta Energy Systems
  444.                Patrick Hanil, Nokia Telecommunications
  445.                Matt Hecht, SNMP Research, Inc.
  446.                Edward A. Heiner, Jr., Synernetics Inc.
  447.                Geral Holzhauer, Apple
  448.                John Hopprich, DAVID Systems, Inc.
  449.                Jeff Hughes, Hewlett-Packard
  450.                Robin Iddon, Axon Networks, Inc.
  451.                David Itusak
  452.                Kevin M. Jackson, Concord Communications, Inc.
  453.                Ole J. Jacobsen, Interop Company
  454.                Ronald Jacoby, Silicon Graphics, Inc.
  455.                Satish Joshi, SynOptics Communications, Inc.
  456.                Frank Kastenholz, FTP Software
  457.                Mark Kepke, Hewlett-Packard
  458.                Ken Key, SNMP Research, Inc.
  459.                Zbiginew Kielczewski, Eicon
  460.                Jongyeoi Kim
  461.                Andrew Knutsen, The Santa Cruz Operation
  462.                Michael L Kornegay, VisiSoft
  463.                Cheryl Krupczak, Georgia Tech
  464.                Steven L. Waldbusser, Carnegie Mellon Universitty
  465.  
  466.  
  467.  
  468.  
  469.  
  470.                               Expires June 22, 1993             [Page 8]
  471.  
  472.  
  473.  
  474.  
  475.  
  476.           Draft               Introduction to SNMPv2              Dec 92
  477.  
  478.  
  479.                Mark S. Lewis, Telebit
  480.                David Lin
  481.                David Lindemulder, AT&T/NCR
  482.                Ben Lisowski, Sprint
  483.                David Liu, Bell-Northern Research
  484.                John Lunny, The Wollongong Group
  485.                Robert C. Lushbaugh Martin, Marietta Energy Systems
  486.                Michael Luufer, BBN
  487.                Carl Madison, Star-Tek, Inc.
  488.                Keith McCloghrie, Hughes LAN Systems
  489.                Evan McGinnis, 3Com Corporation
  490.                Bill McKenzie, IBM Corporation
  491.                Donna McMaster, SynOptics Communications, Inc.
  492.                John Medicke, IBM Corporation
  493.                Doug Miller, Telebit
  494.                Dave Minnich, FiberCom
  495.                Mohammad Mirhakkak, MITRE
  496.                Rohit Mital, Protools
  497.                George Mouradian, AT&T Bell Labs
  498.                Patrick Mullaney, Cabletron Systems
  499.                Dan Myers, 3Com Corporation
  500.                Rina Nathaniel, Rad Network Devices Ltd.
  501.                Hien V. Nguyen, Sprint
  502.                Mo Nikain
  503.                Tom Nisbet
  504.                William B. Norton, MERIT
  505.                Steve Onishi, Wellfleet Communications, Inc.
  506.                David T. Perkins, SynOptics Communications, Inc.
  507.                Carl Powell, BBN
  508.                Ilan Raab, SynOptics Communications, Inc.
  509.                RIchard Ramons, AT&T
  510.                Venkat D. Rangan, Metric Network Systems, Inc.
  511.                Louise Reingold, Sprint
  512.                Sam Roberts, Farallon Computing, Inc.
  513.                Kary Robertson, Concord Communications, Inc.
  514.                Dan Romascanu, Lannet Data Communications Ltd.
  515.                Marshall T. Rose, Dover Beach Consulting, Inc.
  516.                Shawn A. Routhier, Epilogue Technology Corporation
  517.                Chris Rozman
  518.                Asaf Rubissa, Fibronics
  519.                Jon Saperia, Digital Equipment Corporation
  520.                Michael Sapich
  521.                Mike Scanlon, Interlan
  522.                Sam Schaen, MITRE
  523.                John Seligson, Ultra Network Technologies
  524.  
  525.  
  526.  
  527.  
  528.  
  529.                               Expires June 22, 1993             [Page 9]
  530.  
  531.  
  532.  
  533.  
  534.  
  535.           Draft               Introduction to SNMPv2              Dec 92
  536.  
  537.  
  538.                Paul A. Serice, Corporation for Open Systems
  539.                Chris Shaw, Banyan Systems
  540.                Timon Sloane
  541.                Robert Snyder, Cisco Systems
  542.                Joo Young Song
  543.                Roy Spitier, Sprint
  544.                Einar Stefferud, Network Management Associates
  545.                John Stephens, Cayman Systems, Inc.
  546.                Bob Stewart, Xyplex, Inc. (chair)
  547.                Kaj Tesink, Bellcore
  548.                Dean Throop, Data General
  549.                Ahmet Tuncay, France Telecom-CNET
  550.                Maurice Turcotte, Racal Datacom
  551.                Warren Vik, INTERACTIVE Systems Corporation
  552.                Yannis Viniotis
  553.                Steve Waldbusser, CMU
  554.                Timothy M. Walden, ACC
  555.                Alice Wang, Sun Microsystems
  556.                James Watt, Newbridge
  557.                Luanne Waul, Timeplex
  558.                Donald E. Westlake III, Digital Equipment Corporation
  559.                Gerry White
  560.                Bert Wijnen, IBM Corporation
  561.                Peter Wilson, 3Com Corporation
  562.                Steven Wong, Digital Equipment Corporation
  563.                Randy Worzella, IBM Corporation
  564.                Daniel Woycke, MITRE
  565.                Honda Wu
  566.                Jeff Yarnell, Protools
  567.                Chris Young, Cabletron
  568.                Kiho Yum, 3Com Corporation
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.                               Expires June 22, 1993            [Page 10]
  589.  
  590.  
  591.  
  592.  
  593.  
  594.           Draft               Introduction to SNMPv2              Dec 92
  595.  
  596.  
  597.           4.  References
  598.  
  599.           [1]  M.T. Rose and K. McCloghrie, Structure and Identification
  600.                of Management Information for TCP/IP-based internets.
  601.                Request for Comments 1155, (May, 1990).
  602.  
  603.           [2]  M.T. Rose and K. McCloghrie, Concise MIB Definitions.
  604.                Request for Comments 1212, (March, 1991).
  605.  
  606.           [3]  J.D. Case, M.S. Fedor, M.L. Schoffstall, and J.R. Davin,
  607.                Simple Network Management Protocol.  Request for Comments
  608.                1157, (May, 1990).
  609.  
  610.           [4]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  611.                Coexistence between version 1 and version 2 of the
  612.                Internet-standard Network Management Framework.
  613.                Internet-Draft, (December 22, 1992).                       |
  614.  
  615.           [5]  Information processing systems - Open Systems
  616.                Interconnection - Specification of Abstract Syntax
  617.                Notation One (ASN.1), International Organization for
  618.                Standardization.  International Standard 8824, (December,
  619.                1987).
  620.  
  621.           [6]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  622.                Structure of Management Information for version 2 of the
  623.                Simple Network Management Protocol (SNMPv2).  Internet-
  624.                Draft, (December 22, 1992).                                |
  625.  
  626.           [7]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  627.                Textual Conventions for version 2 of the the Simple
  628.                Network Management Protocol (SNMPv2).  Internet-Draft,     |
  629.                (December 22, 1992).                                       |
  630.  
  631.           [8]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  632.                Protocol Operations for version 2 of the Simple Network
  633.                Management Protocol (SNMPv2).  Internet-Draft, (December   |
  634.                22, 1992).                                                 |
  635.  
  636.           [9]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  637.                Transport Mappings for version 2 of the Simple Network
  638.                Management Protocol (SNMPv2).  Internet-Draft, (December   |
  639.                22, 1992).                                                 |
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.                               Expires June 22, 1993            [Page 11]
  648.  
  649.  
  650.  
  651.  
  652.  
  653.           Draft               Introduction to SNMPv2              Dec 92
  654.  
  655.  
  656.           [10] J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  657.                Management Information Base for version 2 of the Simple
  658.                Network Management Protocol (SNMPv2).  Internet-Draft,     |
  659.                (December 22, 1992).                                       |
  660.  
  661.           [11] J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  662.                Manager to Manager Management Information Base.
  663.                Internet-Draft, (December 22, 1992).                       |
  664.  
  665.           [12] J.R. Davin, J.M. Galvin, K. McCloghrie, Administrative
  666.                Model for version 2 of the Simple Network Management
  667.                Protocol (SNMPv2).  Internet-Draft, (December 22, 1992).   |
  668.  
  669.           [13] J.M. Galvin, K. McCloghrie, J.R. Davin, Security
  670.                Protocols for version 2 of the Simple Network Management
  671.                Protocol (SNMPv2).  Internet-Draft, (December 22, 1992).   |
  672.  
  673.           [14] K. McCloghrie, J.R. Davin, J.M. Galvin, Party MIB for
  674.                version 2 of the Simple Network Management Protocol
  675.                (SNMPv2).  Internet-Draft, (December 22, 1992).            |
  676.  
  677.           [15] J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  678.                Conformance Statements for version 2 of the the Simple
  679.                Network Management Protocol (SNMPv2).  Internet-Draft,     |
  680.                (December 22, 1992).                                       |
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.                               Expires June 22, 1993            [Page 12]
  707.  
  708.  
  709.  
  710.  
  711.  
  712.           Draft               Introduction to SNMPv2              Dec 92
  713.  
  714.  
  715.           Table of Contents
  716.  
  717.  
  718.           1 Introduction ..........................................    2
  719.           2 Components of the SNMPv2 Framework ....................    3
  720.           2.1 Structure of Management Information .................    3
  721.           2.2 Textual Conventions .................................    4
  722.           2.3 Protocol Operations .................................    4
  723.           2.4 Transport Mappings ..................................    4
  724.           2.5 Protocol Instrumentation ............................    5
  725.           2.6 Administrative Framework ............................    5
  726.           2.7 Conformance Statements ..............................    5
  727.           3 Acknowledgements ......................................    7
  728.           4 References ............................................   11
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.                               Expires June 22, 1993            [Page 13]
  766.  
  767.